home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
rebound.swf
/
scripts
/
frame_15
/
PlaceObject2_400_183
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
241 b
|
12 lines
onClipEvent(enterFrame){
if(this.hot.hitTest(_root.ball) and pushbar == 0)
{
pushbar = 1;
_root.wall.door.play();
}
if(this.hot.hitTest(_root.ball) == false and pushbar == 1)
{
pushbar = 0;
}
}